Add an `rpath` option to the profile section
authorAlex Crichton <alex@alexcrichton.com>
Wed, 15 Oct 2014 17:28:15 +0000 (10:28 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 15 Oct 2014 17:28:38 +0000 (10:28 -0700)
commitbd9a9b028ee1d5898d07113759176427c1c5e683
tree2862bb731f6871ee44dc36e20ce5ac0b05e59d66
parent6ad622f5bb1158c5284a5cd709d0cc8f7a81ee75
Add an `rpath` option to the profile section

This will enable passing `-C rpath` on all compiles to rustc itself.

Closes #705
src/cargo/core/manifest.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/util/toml.rs
tests/test_cargo_profiles.rs